home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / wires / r3wisdiv.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  647 b   |  28 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/real/wires/r3wisdiv.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/wires/r3wire.js")
  7. var R3CLID_WISUBDIVISION = 1236;
  8.  
  9. R3WISUBDIVM_ = 1236000;
  10.  
  11. function _R3WISUBDIVM_() {
  12.   return this.r3Do(R3WISUBDIVM_, arguments);
  13. }
  14.  
  15. var R3WISUBDIVA_EXTRATAGABASE = 6.10937e-318;
  16. function r3Wisubdivision () { 
  17.    this.base = r3God;
  18.    if(arguments.length) {
  19.       this.base(R3CLID_WISUBDIVISION, arguments);
  20.    }
  21.    // Methods
  22.    this.=_R3WISUBDIVM_;
  23.  
  24.    // Attributes
  25. }
  26.  
  27. r3Wisubdivision.prototype=new r3Wire;
  28. // inc/real/wires/r3wisdiv.h_H